ioemu: Tiny indentation fix.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 7 Jun 2007 10:15:24 +0000 (11:15 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 7 Jun 2007 10:15:24 +0000 (11:15 +0100)
Signed-off-by: Keir Fraser <keir@xensource.com>
tools/ioemu/target-i386-dm/exec-dm.c

index ca208b0839ebca024d801ef33392b47a363d9fd9..ceb29860e21ac1f463af6abad054b3756797116b 100644 (file)
@@ -458,7 +458,7 @@ void memcpy_words(void *dst, void *src, size_t n)
         *((uint32_t *)dst) = *((uint32_t *)src);
         dst = ((uint32_t *)dst) + 1;
         src = ((uint32_t *)src) + 1;
-   }
+    }
 
     if (n & 2) {
         *((uint16_t *)dst) = *((uint16_t *)src);